body {
    background-color: rgb(253, 203, 92);
    font-family: 'Spartan', sans-serif;
    margin-left: 0px;
    margin-right: 0px;
}

.header {
    width: 90%;
    margin: auto;
}

h1 {
    color: #3333aa;
}

.navbar {
    display: inline;
}

.navbar img {
    height: 100px;
}

.navbar img:hover {
   background: #fc4e4e;
}

.content {
    width: 100%;
    margin: 0px;
    text-align: center;
}

.contentBody {
    width: 90%;
    margin: auto;
    text-align: center;
}

.headerLogo img {
    height: 250px;
}

.headerLogo {
    display: inline;
}

.rPanel {
    width: 49%;
    float: right;
    padding-top: 60px;
}

.lPanel {
    width: 49%;
    float: left;
}

.contact input,textarea{
    display: block;
    font-size: 18px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 100%;
    margin: 2px 0 20px 10px;
    color: #3333aa;
    border-radius: 10px;
    padding: 10px;
}


.contact input[type=submit] {
    border: solid 1px #3333aa;
     color: #ffffff;
     background-color: #3333aa;
 }
 
.loginPanel {
    text-align: center;
}

.loginPanel div{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.loginPanel input,textarea{
    display: block;
    font-size: 18px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 100%;
    margin: 2px 0 20px 10px;
    color: #3333aa;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.loginPanel input[type=submit] {
    border: solid 1px #3333aa;
    color: #ffffff;
    background-color: #3333aa;
 }

 .modal input[type=submit] {
    border: solid 1px #3333aa;
    color: #ffffff;
    background-color: #3333aa;
 }

 .modal input,textarea{
    display: block;
    font-size: 18px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 80%;
    margin-right:auto;
    margin-left:auto;
    margin-top:20px;
    color: #3333aa;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

 .modal {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    top:0px;
    display: none;
 }

 .subModal {
    text-align: center;
    height: 600px;
    width: 70%;
    border: black 2px solid;
    background-color: rgb(253, 203, 92);
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
 }
 

 .modalClose {
     text-align: right;
     margin-right: 10px;
     margin-top: 10px;
     width: 98%;
     display: inline-grid;
 }

 .aboutMid {
    top: 25%;
    position: relative;
    margin-bottom: auto;
    line-height: 2;
}

 .h300 {
     height: 300px;
 }

 .aboutUsImage {
    width: 30%;
 }

.video {
    width: 450px;
    height: 450px;
    z-index: -100;
}

.playZoneImgs {
    height: 400px;
    width: 400px;
    margin: 5px;
}

.rPanelPic {
    width: 49%;
    float: right;
    margin: 5px:
}

.lPanelPic {
    width: 49%;
    float: left;
}

.errorText {
    color: red;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {

.rPanelPic {
    width: 100%;
    float: right;
}

.lPanelPic {
    width: 100%;
    float: left;
}
.playZoneImgs {
  width: 100%;
}
.video {
    width: 300px;
    height: 300px;
    z-index: -100;
}
    .headerLogo img {
        height: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .headerLogo {
        display: flex;
        width: 100%;
    }

    .navbar img {
        height: 80px;
    }

    .navbar {
        width: 100%;
        display: block;
        text-align: center;
    }

    .rPanel {
        width: 100%;
    }
    
    .lPanel {
        width: 100%;
    }

    .aboutUsImage {
        width: 80%;
     }

     .aboutMid {
        top: unset;
    }
    
     .h300 {
         height: unset;
     }
  }